Welcome![Sign In][Sign Up]
Location:
Search - bitmap A

Search list

[Delphi VCLphoto

Description: 图像处理,利用bilt 函数 Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian...i hadn t enough time to translate them all. Sorry..(VOTE!)-Image processing, the use of Bilt function Description: This example shows how to edit (cut, paste, copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian ... i hadn t enough time to translate them all. Sorry .. (VOTE!)
Platform: | Size: 54272 | Author: 哈希腊 | Hits:

[Graph programViewDIB

Description: 作用:打开位图,是整个一个工程哦,下载下来就可以直接使用了-Role: to open a bitmap, is a project the whole Oh, downloaded directly using the
Platform: | Size: 2094080 | Author: 冯雪 | Hits:

[Special EffectsDSplit

Description: 装载一幅位图,并对其实现图像的多种特效显示-1 bitmap loading, and realize a variety of images show the effects
Platform: | Size: 1280000 | Author: 王雅琦 | Hits:

[midi programavitobmp

Description: 将avi转换成bmp的源代码,可以将一个avi文件转换成一个个位图。-Bmp to avi convert the source code, can be an avi file into a bitmap.
Platform: | Size: 3964928 | Author: 广超 | Hits:

[Graph RecognizeFaceDetection

Description: 人脸检测源码 确定脸部标志位\边缘检测 生成新位图标记人脸区域-Face detection source code to identify facial edge detection flag to generate a new bitmap marking Face regional
Platform: | Size: 41984 | Author: Yu Gong | Hits:

[Special EffectsBitMapAPI

Description: 使用API函数实现多种位图的操作。包括:旋转、复制、拼贴-The use of API functions realize a variety of bitmap operations. Include: rotate, copy, collage
Platform: | Size: 36864 | Author: yezi | Hits:

[Graph programCISBitmap

Description: 这个从Cbitmap派生的位图类使你可以通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。-This Cbitmap derived from the bitmap type you can specify a color to a transparent bitmap variable, and its use is almost as simple as with Cbitamp.
Platform: | Size: 1024 | Author: sunhuiyong | Hits:

[TreeViewCREAT_BMP

Description: 刚学VC,自己写的一个操作位图和icon的程序,有点乱大家不要骂我:)-Just learning VC, an operation to write their own bitmap and icon of the procedures, not everyone a bit chaotic curse me:)
Platform: | Size: 69632 | Author: xiaoyue | Hits:

[Special EffectsImagegeometrychange

Description: 图象的几何变换 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Images of geometric transformations to open a bitmap, the realization of the geometric transform the process of command-line compiler is as follows vcvars32rc bmp.rccl geotrans.c bmp.res user32.lib gdi32.lib Note: run-time, file c: est.bmp must exist
Platform: | Size: 28672 | Author: 刘丽丽 | Hits:

[source in ebookGraphic

Description: 图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, linear). Procedures for how to add menu options and option settings dialog box, and how to use the standard Color dialog box, and how to use the Font dialog box, in the Options dialog box to achieve the preview feature. The realization of the Options dialog box and the window class of data exchange. How to change the dialog box and controls the background color, how to change the control text color of the button controls the special treatment. How to display a window bitmap.
Platform: | Size: 118784 | Author: jiangyang520 | Hits:

[CSharpc++game

Description: 这个一个简单的c++游戏设计参考代码,里面可以实现位图的透明化拷贝,移动控制等一些游戏设计的基本功能,游戏设计的课的参考代码。-This a simple c++ Game design reference code, which can copy a bitmap of the transparent, mobile control some basic functions of game design, game design class reference code.
Platform: | Size: 1568768 | Author: 阳阳 | Hits:

[Windows CEScrollimage

Description: 程序创建了位图滚动显示静态控件。解决图片尺寸大于静态控件预先定义大小而显示不全的问题。EVC 编写的POCKET PC 2003模拟器的程序。里边有一个类比较有参考价值。-Procedures to create a rolling display static bitmap control. Solve the image size larger than pre-defined static controls showed that the size of the problem of insufficiency. EVC prepared POCKET PC 2003 emulator procedures. Inside there is a relatively valuable reference.
Platform: | Size: 2974720 | Author: ylkhao_hao | Hits:

[Special EffectsHough

Description: Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData LPSTR lpPtr HDC hDc LONG x,y long i,maxd int k int Dist,Alpha HGLOBAL hDistAlpha,hMyLine int *lpDistAlpha MYLINE *lpMyLine,*TempLine,MaxdLine static LOGPEN rlp={PS_SOLID,1,1,RGB(255,0,0)} HPEN rhp //我们处理的实际上是256级灰度图,不过只用到了0和255两种颜色。 if( NumColors!=256){ MessageBox(hWnd,"Must be a mono bitmap with grayscale palette!", "Error Message",MB_OK|MB_ICONEXCLAMATION) return FALSE }-Hough transform BOOL Hough (HWND hWnd) (//define a linear structure of its own typedef struct (int topx// the highest point of the x coordinates int topy// the highest point of the y coordinates int botx// the lowest point of the x coordinates int boty// lowest point of the y coordinates) MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData LPSTR lpPtr HDC hDc LONG x, y long i, maxd int k int Dist, Alpha HGLOBAL hDistAlpha, hMyLine int* lpDistAlpha MYLINE* lpMyLine,* TempLine, MaxdLine static LOGPEN rlp = ( PS_SOLID, 1,1, RGB (255,0,0)) HPEN rhp// We are dealing with is actually 256 grayscale, but only uses two colors 0 and 255. if (NumColors! = 256) (MessageBox (hWnd,
Platform: | Size: 2048 | Author: sunrise | Hits:

[Other Riddle gamesrussblock

Description: 自己做的俄罗斯方块。分解出了一个dll文件,方块显示没有做成位图。完成了俄罗斯 方块游戏的基本功能。-Russian own box. Decomposition of a dll file, box indicates no result bitmap. Russia completed the basic functions of the game box.
Platform: | Size: 543744 | Author: 阿木 | Hits:

[Special EffectsbmpandWrite

Description: bmp文件的读取与操作; 读取一个位图文件保存为另一个位图文件; -bmp file to read and operate read a bitmap file as another bitmap file
Platform: | Size: 1024 | Author: | Hits:

[Graph DrawingDibShower

Description: 这是一个在VC++环境下开发绘图程序。程序可打开位图文件,并能创建图元文件。-This is a VC++ Drawing program development environment. Procedures to open bitmap file and can create a metafile.
Platform: | Size: 69632 | Author: 幻影 | Hits:

[Program docDIB

Description: DIB 位图的详细讲解,包含DIB类,有对图象的多种操作函数!-DIB bitmap of detailed briefings, including DIB category, there are a variety of image manipulation functions!
Platform: | Size: 34816 | Author: 崔燕 | Hits:

[ARM-PowerPC-ColdFire-MIPSarmbk-src

Description: ch03目录下: disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。 simpleboot.tgz: 作者编写的简单boot代码 ch04目录下: gba_ucos.tgz : 作者移植的可运行在GBA(或者模拟器)上的uC/OS-II代码 ch05目录下: znet.tgz : 作者在uC/OS-II上实现的tcp/ip协议实现代码 ch09目录下: font.c 字体显示和变更例程 image1 位图文件加载与显示 2win.c 两个窗口间消息传递例程 button 按钮制作的例程 slider 游戏文件程序 -ch03 directory: disasm.tgz: Author rewrite anti-assembler, you can find it easier to accept the output of the compilation format. simpleboot.tgz: the author has prepared a simple boot code ch04 directory: gba_ucos.tgz: Author transplantation may be running on GBA (or emulator) on uC/OS-II code ch05 directory: znet.tgz: Authors in uC/OS-II to achieve the tcp/ip protocol code ch09 directory: font.c font display and change the routine image1 bitmap file to load and display two 2win.c windows messaging button button routine production routines slider game documentation procedures
Platform: | Size: 548864 | Author: 郭少枫 | Hits:

[Special Effectstruecolorto8bit

Description: 将真彩图片转变成8bit彩色或者黑白位图,实现了图片的多种调色信息的转化-True color image will be transformed into 8bit color or black and white bitmap to achieve a variety of color picture information transformation
Platform: | Size: 49152 | Author: zmw | Hits:

[Other Riddle gamessdk_pintu

Description: 这是一个用SDK编程的拼图的游戏,里面的全部的源代码和位图,供读者学习参考.-This is a puzzle with SDK programming game, where all the source code and bitmap for readers to study and reference.
Platform: | Size: 51200 | Author: 郑进 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net